home *** CD-ROM | disk | FTP | other *** search
/ Nautilus 1992 July / Nautilus-3-8 / Nautilus-3-8.bin / Tools & Utilities / Techy Stuff / Source ƒ / Filelist ƒ / Utilities.h < prev    next >
Encoding:
Text File  |  1990-09-14  |  1.6 KB  |  43 lines

  1. /*
  2.     FileList 1.4
  3.     "Utilities.h"
  4. */
  5.  
  6. short toupper (unsigned char);
  7. short StrCompare (unsigned char *, unsigned char *);
  8. Boolean StrEquals (Byte *, Byte *);
  9. Boolean StrBegins (Byte *, Byte *);
  10. Boolean StrEnds (Byte *, Byte *);
  11. Boolean StrIncludes (Byte *, Byte *);
  12. void FillMemory (unsigned char *, long, unsigned char);
  13. void RightJustify (unsigned char *, short, unsigned char);
  14. void LeftJustify (unsigned char *, short, unsigned char);
  15. void Append (unsigned char *, unsigned char *);
  16. void str2 (unsigned short, unsigned char *);
  17. long date2str (long, unsigned char *, char);
  18. void printable (unsigned char *, short);
  19. void VolumeToString1 (unsigned long, unsigned char *);
  20. void VolumeToString2 (unsigned long, unsigned char *);
  21. void FileToString1 (unsigned long, unsigned char *);
  22. void FileToString2 (unsigned long, unsigned char *);
  23. void CenterDialog (long, short);
  24. void GetDlogOrigin (short, Point *);
  25. void ControlName (DialogPtr, short, unsigned char *);
  26. short ControlCheck (DialogPtr, short);
  27. void ControlSet (DialogPtr, short, short);
  28. void ControlToggle (DialogPtr, short);
  29. void getText (DialogPtr, short, unsigned char *);
  30. void setText (DialogPtr, short, unsigned char *);
  31. void setNumber (DialogPtr, short, long);
  32. long getNumber (DialogPtr, short, long, long);
  33. pascal void DrawICN (DialogPtr, short);
  34. pascal void FrameItem(DialogPtr, short);
  35. void SetUserItem(DialogPtr, short, ProcPtr);
  36. pascal short SFOutlineHook(short, DialogPtr);
  37. void DFormat1 (short);
  38. short DFormat2 (void);
  39. void SetWatch (void);
  40. Boolean    SetRadioButton (DialogPtr, short, short, short);
  41. short GetRadioButton (DialogPtr, short, short);
  42. void ShowHideControl (DialogPtr, short, Boolean);
  43.